Welcome![Sign In][Sign Up]
Location:
Search - matlab bmp image

Search list

[Compress-Decompress algrithmsSPIHT(Matlab).zip

Description:

% Matlab implementation of SPIHT (without Arithmatic coding stage)
%
% By Jing Tian, scuteejtian@hotmail.com

fprintf('-----------   Welcome to SPIHT Matlab Demo!   ----------------\n');

fprintf('-----------   Load Image   ----------------\n');
infilename = 'lena512.bmp';
outfilename = 'lena512_reconstruct.bmp';

Orig_I = double(imread(infilename));

rate = 1;

OrigSize = size(Orig_I, 1);
max_bits = floor(rate * OrigSize^2);
OutSize = OrigSize;
image_spiht = zeros(size(Orig_I));
[nRow, nColumn] = size(Orig_I);

fprintf('done!\n');
fprintf('-----------   Wavelet Decomposition   ----------------\n');
n = size(Orig_I,1);
n_log = log2(n);
level = n_log;
% wavelet decomposition level can be defined by users manually.
type = 'bior4.4';
[Lo_D,Hi_D,Lo_R,Hi_R] = wfilters(type);

[I_W, S] = func_DWT(Orig_I, level, Lo_D, Hi_D);

fprintf('done!\n');

fprintf('-----------   Encoding   ----------------\n');
img_enc = func_SPIHT_Enc(I_W, max_bits, nRow*nColumn, level);  

fprintf('done!\n');
fprintf('-----------   Decoding   ----------------\n');
img_dec = func_SPIHT_Dec(img_enc);

fprintf('done!\n');
fprintf('-----------   Wavelet Reconstruction   ----------------\n');
img_spiht = func_InvDWT(img_dec, S, Lo_R, Hi_R, level);

fprintf('done!\n');
fprintf('-----------   PSNR analysis   ----------------\n');

imwrite(img_spiht, gray(256), outfilename, 'bmp');

Q = 255;
MSE = sum(sum((img_spiht-Orig_I).^2))/nRow / nColumn;
fprintf('The psnr performance is %.2f dB\n', 10*log10(Q*Q/MSE));


Platform: | Size: 232873 | Author: jasonchang | Hits:

[GDI-BitmapMATLAB交互型图象处理演示程序

Description: 一个自己做的MATLAB图象处理程序,已经上传了依次,没有成功,重新上传。重点是对BMP图象的各种操作以及MATLAB的GUI编程!-a MATLAB own image processing procedures, have uploaded followed, without success, to re-upload. Focus BMP images of the various operational and MATLAB GUI Programming!
Platform: | Size: 7989 | Author: 李先生 | Hits:

[Other resource(MATLAB)

Description: 加密解密图象隐藏原程序(MATLAB) 注:用bmp图象加密JPEG图象-hidden image encryption and decryption of the original procedure (MATLAB) Note : bmp image encryption JPEG image
Platform: | Size: 1780 | Author: 郭凯 | Hits:

[matlab图像处理程序设计Matlab

Description: 该文件是关于图像处理的ppt文件,不需要任何语言基础,适合所有的编程爱好者。-ppt file about image processing.useful for programmer regard of programing language
Platform: | Size: 2508800 | Author: 周伟 | Hits:

[GDI-BitmapMATLAB交互型图象处理演示程序

Description: 一个自己做的MATLAB图象处理程序,已经上传了依次,没有成功,重新上传。重点是对BMP图象的各种操作以及MATLAB的GUI编程!-a MATLAB own image processing procedures, have uploaded followed, without success, to re-upload. Focus BMP images of the various operational and MATLAB GUI Programming!
Platform: | Size: 8192 | Author: 李先生 | Hits:

[Picture Vieweropen bmp

Description: 本程序是一个通过菜单打开一个bmp图像文件的vc代码。-this process is through a menu to open a bmp image files of vc code.
Platform: | Size: 1982464 | Author: 孙晓 | Hits:

[matlabLSB_test

Description: 在bmp图像中隐藏另一图像,希望对大家有用!-bmp image in another hidden images, useful for all!
Platform: | Size: 1024 | Author: 刘爱琴 | Hits:

[GDI-Bitmapdct_code

Description: DCT编码mtalab程序,其中用到matlab的图像编码模块以及一些常用的算法程序-DCT coding procedures which used Matlab image coding module, and some commonly used algorithm!
Platform: | Size: 1024 | Author: favinfeng | Hits:

[Graph programcomperss51

Description: matlab的图像压缩代码,适合初学者,算法比较简单-Matlab image compression code for beginners, the algorithm is relatively simple
Platform: | Size: 1024 | Author: 王振华 | Hits:

[Crack Hack(MATLAB)

Description: 加密解密图象隐藏原程序(MATLAB) 注:用bmp图象加密JPEG图象-hidden image encryption and decryption of the original procedure (MATLAB) Note : bmp image encryption JPEG image
Platform: | Size: 1024 | Author: 郭凯 | Hits:

[Special EffectsX.bmp

Description: 1. 对给定灰度图(或自选图)进行模糊变换,建立模糊平面。给出变换方法和结果。 2. 对图像做模糊增强。给出原理方法和试验结果。 3. 对增强后的结果图做平滑处理。给出所选平滑因子和结果图。 4. 对图像进行模糊边缘检测,说明实现步骤,给出结果图。 -1. Right to set the gray level (or on-demand) of the fuzzy transformation, fuzzy plane. Given transform methods and results. 2. To enhance the image so fuzzy. Principle is given and the results. 3. To enhance the results map so smoothing. Smoothing factor is selected and the results map. 4. Fuzzy images of edge detection, the fulfillment of steps, given the results map.
Platform: | Size: 47104 | Author: 廖鑫鹏 | Hits:

[Crack HackHidefileinBMPfile

Description: 利用BMP存储图像的冗余,将文本文件加密隐藏于BMP图片之中。-use BMP image storage redundancy and text files in BMP encryption hidden among pictures.
Platform: | Size: 18432 | Author: 老甘 | Hits:

[Otherlsb

Description: 用matlab实现的基于LSB的数字水印算法。算法可以在BMP灰度图像中嵌入水印,水印信息为二值图像,并将其扩展到与原始图像同样大小,进行重复嵌入,提高鲁棒性。同时算法中给出了PSNR值以评价水印图像的效果,-Using matlab realize the number of LSB-based watermarking algorithm. Algorithm can be embedded BMP gray image watermark, watermark information for the binary image, and its expansion to the original image the same size, the repetition of embedding, improve robustness. At the same time algorithm PSNR values are given to evaluate the effect of watermark images,
Platform: | Size: 150528 | Author: zheng | Hits:

[Special Effectse2md2.m

Description: BEMD对图像进行分解,包络构造采用Delaunay三角剖分和三次插值,得到分解的结果。 输入:灰度bmp图像 输出:imf1 imf2 imf3 残差-BEMD image decomposition, the envelope structure using Delaunay triangulation and cubic interpolation, the result of decomposition. Input: greyscale bmp image output: imf1 imf2 imf3 residuals
Platform: | Size: 2048 | Author: 胡佳宁 | Hits:

[Picture Viewermatlabreadbmp

Description: 实现MATALB读取bmp图像,希望用得着的可以下!-Bmp image to read MATALB realize, I hope can be useful under!
Platform: | Size: 1024 | Author: duanmy | Hits:

[Special EffectsjpegDWT

Description: BMP图象的DWT变换水印 提取,有DCT变换改写的 ,有参考价值-DWT transform BMP image watermark extraction, has rewritten DCT transform, and have reference value
Platform: | Size: 224256 | Author: machunlin | Hits:

[Special EffectsImage-inverse-normalization

Description: 程序实现了图像的二值化,把一幅BMP图像二值化成黑白图像,同时也可以实现黑白的颠倒-Procedures for the realization of the image binarization to a BMP image into a binary black and white images, but also black-and-white reversal can be achieved
Platform: | Size: 38912 | Author: 王东 | Hits:

[GDI-Bitmapraw_bmp

Description: raw图像格式与bmp图像格式的转换,matlab实现,具体参数详见m文件-raw image format and bmp image format conversion, implementate by matlab, the specific parameters detailed in m file
Platform: | Size: 3072 | Author: wenwen | Hits:

[Special EffectsBMP

Description: 二进制流读入bmp图像,空间和灰度分辨率的改变-Bmp image read the binary stream, spatial and grayscale resolution change
Platform: | Size: 7168 | Author: xiehanyu | Hits:

[Special Effectsdataset

Description: .熟悉BMP图像的结构,编程实现BMP图像的阅读和显示。 编程实现彩色BMP图像的三个分量R、G、B的显示,Y、I、Q,H、S、I分量和X、Y、Z的显示。 获取图像任意一点的像素值(Familiar with the structure of BMP image, programming to realize the reading and display of BMP image. The programming realizes the display of three components, R, G, B, of color BMP images, Y, I, Q, H, S, I components and X, Y, and displays. Get the pixel value of any point of the image)
Platform: | Size: 198656 | Author: phoebephoebe | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net